Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

fix(deps): update dependency vuetify to v3 #490

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuetify (source) 2.7.1 -> 3.4.11 age adoption passing confidence

Release Notes

vuetifyjs/vuetify (vuetify)

v3.4.11

Compare Source

🔧 Bug Fixes

v3.4.10

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.4.9

Compare Source

🚀 Features

v3.4.8

Compare Source

🔧 Bug Fixes

v3.4.7

Compare Source

🔧 Bug Fixes

v3.4.6

Compare Source

🔧 Bug Fixes

v3.4.5

Compare Source

🔧 Bug Fixes
🔥 Performance Improvements
  • VOverlay: only add resize listener when overlay is open (ca2174c), closes #​18372

v3.4.4

Compare Source

🔧 Bug Fixes

v3.4.3

Compare Source

🔧 Bug Fixes
  • date: use provided locale (fe38cb2), closes #​18685
  • locale: dataFooter.itemsPerPageText typo in fr locale (#​18594) (e66f65e)
  • router: match query with exact prop (870b091), closes #​18724
  • VCarousel: add missing control item class and styling (f5292a3)
  • VDataTable: pass minWidth to headers (2f8a4b4), closes #​18727
  • VDataTable: add missing footer divider and update padding (48c6573)
  • VDataTable: remove custom pagination for v-pagination component (d84591e), closes #​16447
  • VDatePicker: always emit month when clicking prev or next (9269530)
  • VDatePickerMonth: apply month/year updates when displayValue changes (6901d24)
  • VDatePickerMonth: use min / allowed-dates in displayDate calculation (05db921)
  • VDatePickerMonth: convert min/max to date for isAfter function (2faefa8)
  • VOtpInput: disable input when prop.disabled is true (#​18697) (9d3eb14), closes #​18690
  • VPagination: properly check if totalVisible prop has a value (a822307)
  • VPagination: hide visible items if value is <= 0 (3a52406)
  • VPagination: set circle border radius when using rounded prop (5b0055b)
  • VSelect: add option role to VListItem elements (#​18629) (82e596e), closes #​17767 #​16881
  • VSelectionControlGroup: default readonly value (#​18513) (7e3f892), closes #​18424
  • VSlideGroup: disable prev/next button clicks (e522e3f), closes #​18706
  • VTab: pass through VBtn slots (aeaa776)
  • VTable: font-color, size, and icon size (ecbf74e)

v3.4.2

Compare Source

🔄 Reverts
  • Revert "fix(VDataTable): prevent layout shift when changing pages" (26c9ccb), closes #​18689

v3.4.1

Compare Source

🔧 Bug Fixes

v3.4.0

Compare Source

v3.4.0 (Blackguard)

VBottomSheet, VDataIterator, VDataTable, VDatePicker, VInfiniteScroll, VOtpInput, VSkeletonLoader, and VStepper have been moved from labs.


💪 Support Vuetify Development

Vuetify is an open source MIT project that has been made possible due to the generous contributions by our sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

📑 Upgrade guide

  • vuetify/labs imports for the above components should be changed to vuetify/components, or removed entirely if you're using auto-imports.
  • If you were using labs components, read the changelog to see if you need to make any other adjustments.
  • Support for browsers older than two years has been dropped.

💯 Release notes

Since 3.3.23
🚀 Features
🔧 Bug Fixes
🔬 Code Refactoring
  • make filterProps faster (a36dfb8)
Since 3.4.0-beta.1
🚀 Features
🔧 Bug Fixes

v3.3.23

Compare Source

🔧 Bug Fixes
  • color: don't generate text color for css variable backgrounds (7f4f41c), closes #​18511
  • date: use 2-digit value for day / month for keyboardDate format (d414013)
  • locale: update french translations (#​18508) (8d625cf)
  • VNavigationDrawer: prevent prepend/append from shrinking vertically (74ff1a5)
  • VSelect: don't render elements for empty selection slot (ae1ea03), closes #​18496
🔬 Code Refactoring
  • date: add correct type to toISO and clean-up format (16f4dfc)

v3.3.22

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VStepper: clean-up for release (b5c3d96)

v3.3.21

Compare Source

🔧 Bug Fixes
🧪 Labs
  • VDataTable: accept numbers as itemsPerPageOptions (7b9da8c), closes #​16693
  • VDatePicker: add missing allowed-dates support (46d68d4), closes #​17983
  • VOtpInput: add chain operator to select fn calls (2dee949)
  • VOtpInput: add color, bgColor, and baseColor to defaults provider (afd6a58)
  • VOtpInput: set field input color to inherit (cc03fa5)
  • VOtpInput: move to proper input when input index is not next (7b0ae73)
  • VOtpInput: adjust content padding (b022dc2)
  • VOtpInput: use flex gap for internal item spacing (403aaaa)
  • VOtpInput: change default type to number (01be04d)

v3.3.20

Compare Source

🔧 Bug Fixes
  • forwardRefs: skip vue internal properties (631b42b), closes #​18364
  • validation: null check errorMessages (6c7a4b9)
  • VList: collapse avatar and append slot in rail drawer (bfb3cde)
  • VNavigationDrawer: reactive prop watchers (8b10d36)
  • VSlider: correct display and interaction when reversed or rtl (1ddeb32), closes #​18389 #​18312
  • VTextField: don't show counter unless counter prop is set (e3554bb), closes #​18342
  • VTimeline: consistent item width (0c40304), closes #​17288
🔄 Reverts
🧪 Labs
  • VSkeletonLoader: add new default type ossein (9e61694)
  • VDataTableVirtual: remove spacer height transition, pass correct key (fe2696a), closes #​18351
  • VDatePicker: use correct "no" date locale (56b8137), closes #​18144

v3.3.19

Compare Source

🔧 Bug Fixes
  • VList: spread itemProps on VListItem (633356d)
🧪 Labs

v3.3.18

Compare Source

⚠️ There was a bug found related to list items that shipped with this release. Reference this for patch notes but please install v3.3.19.

🔧 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 10 times, most recently from fc6c3a0 to e76f056 Compare February 19, 2023 22:10
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 9 times, most recently from 295e382 to ef7ed3e Compare February 28, 2023 00:36
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 8 times, most recently from 0740a9c to 6a74eb9 Compare March 7, 2023 10:46
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 3 times, most recently from 5e78b9a to a32b884 Compare March 8, 2023 23:13
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 5 times, most recently from 934fac0 to 74ae522 Compare December 13, 2023 04:25
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 7 times, most recently from 736e140 to ecc789e Compare December 26, 2023 18:46
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 2 times, most recently from 7f61469 to dc2d888 Compare December 28, 2023 05:03
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch from dc2d888 to b420d4c Compare January 9, 2024 19:03
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch 9 times, most recently from 4cfe33c to 40bf30d Compare January 22, 2024 03:50
@renovate renovate bot force-pushed the renovate/vuetify-3.x branch from 40bf30d to 9193f14 Compare January 22, 2024 07:33
@book000 book000 closed this Jan 22, 2024
Copy link
Contributor Author

renovate bot commented Jan 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vuetify-3.x branch January 22, 2024 11:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant